Can I import an existing member data used in old ASP to a new ASP.NET membership database? [closed]
Posted
by
Rick Brown
on Pro Webmasters
See other posts from Pro Webmasters
or by Rick Brown
Published on 2011-02-03T21:05:02Z
Indexed on
2011/02/03
23:34 UTC
Read the original article
Hit count: 302
I have an old website that I designed and still maintain using old ASP that has a membership database (MS-SQL) that I built from scratch. It is a very simple database that has all the user information in one table (including login info and personal info) and then details and other odds and ends in other tables.
It is WAY past time to upgrade this to .NET, especially since I need to add a Paypal payment system into it as soon as I can. I've designed several other sites with membership in .NET, but they have all been from scratch. Is there an easy way to transition from the old ASP site to a new .NET membership database without losing the data? There are hundreds of users with thousands of records relating to those users that I'd rather not lose, if possible.
Any ideas on a relatively painless way to do this?
© Pro Webmasters or respective owner